home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / dev / e / OBEdit_src.lha / OBEdit_src.readme next >
Encoding:
Text File  |  1999-07-06  |  1.7 KB  |  41 lines

  1. Short:    Source code for OBEdit - UFO/X-COM weapons editor
  2. Uploader: ai97koo@stud.hib.no (Kay Ove Ovesen)
  3. Author:   ai97koo@stud.hib.no (Kay Ove Ovesen)
  4. Type:     dev/e
  5. Requires: OS 2.0+ 
  6. Version:  1.2
  7.  
  8.  
  9. Copyright © 1999 Kay Ove Ovesen.
  10. All rights reserved.
  11.  
  12.  
  13. OBEdit is a small command-line utility that can import/export values from
  14. X-COM I and II's OBDATA.DAT file to tab- or comma separated ASCII files. These
  15. files can esily be manipulated by most database or spreadsheet programs.
  16. The binaries and main docs can be found at game/misc/OBEdit.lha.
  17.  
  18. Permission is granted for anybody to use parts of this code in their own
  19. programs without prior consent from the author. However, improvements to
  20. the main program should be sent to me so I can include them in the next
  21. version. Any improvements applied will of course be duly credited.
  22.  
  23.     CHANGES FROM v1.0:
  24.  
  25.     - Successfully implemented "$VER:" version string. (Finally got it working!)
  26.     - Improved import-file exception handling. No longer aborts if procline() or
  27.       impvalues() encounter out-of-range data, but rather skips the object
  28.       (line in CSV/RFF file) entirely and prints it to the console.
  29.     - Added the "Verbose" option just for the heck of it.
  30.     - No bugs fixed because: no bugs found.
  31.  
  32.     CHANGES FROM v1.1:
  33.  
  34.     - Implemented short versions of most commands.
  35.     - Added the 'exporttsv' argument to export TAB-separated ASCII files without
  36.       RFF headers.
  37.     - Added the ability to scan exported files and report errors encountered in
  38.       them. Not terribly useful as such, since the import methods apply the same
  39.       comprehensive error checking routines. However, it provides a quick way of
  40.       comparing exported files without actually printing them out.
  41.